home *** CD-ROM | disk | FTP | other *** search
- rg 1.0 (92/06/15)
- -----------------
-
- rg is a little program designed to make it possible to execute GEM programs
- from shells which do not have a "gem" command. I wrote it for tcsh since
- that is what I want to use from now on.
-
- Compiled with GNU C 1.40 with MiNT libraries at PL 19. Tested under MiNT 0.94
- with tcsh 6.00.02 (esmith, circa 92/06/01). Never tested under TOS alone
- or with other shells.
-
- Typically, I just need the following alias to start uniterm (rg's sole use
- on my system so far):
-
- alias trm 'pushd e:\local\uniterm; rg uniterm.prg; popd'
-
- This works fine for me. See todo for missing features (bugs?). Also read
- manpage.
-
- Enjoy...
-
- -Bill Rosenkranz
- rosenkra@convex.com
-